host-interaction/file-system

enumerate drives

rule:
  meta:
    name: enumerate drives
    namespace: host-interaction/file-system
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: function
      dynamic: call
  features:
    - or:
      - api: System.IO.DriveInfo::GetDrives

last edited: 2023-11-24 10:34:28